home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 088 (1990-11)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 088 (1990-11)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / M2Du538 / M2Du.helps / DuHist.Examples < prev    next >
Text File  |  1990-10-08  |  3KB  |  60 lines

  1. #
  2. #
  3. #V        -- These 2 are a good set to include for the 3000.  They will
  4. #L        -- re(V)erse box borders (to make gadgets stand OUT not RECESS
  5. #         -- and start up with the 35 line window (on WB for 3000)
  6. #
  7. # the following works from WB to un lharc files NOT to the df0: device.
  8. # just put the destination in the (S) filewindow, have the file you want to
  9. # unarchive in the (D) filewindow [highlighted], and then choose DO R+f.
  10. lharc e {D}/{f} {S}/ *
  11. #
  12. # This works to ADD files properly.  Can't seem to get Zoo to respond
  13. # the same way lharc does above, though.  CERTAINLY can't get ARC to do it.
  14. zoo a: {D}/DuZooFiles {S}/*
  15. #
  16. # These all work to the proper directories IF you run from the CLI.
  17. #
  18. lharc e
  19. lharc v
  20. lharc a
  21. zoo -e
  22.  
  23. #---------------------------- THE END ---------------------------------------
  24. # EVERYTHING past the 20th history item is IGNORED, so put your commands
  25. # earlier in the file. After it reads the 20th item (if there is one),
  26. # it closes the file and quits cold.  That means these lines will not even be
  27. # looked at by the program, since there are 20 lines of history above here.
  28. #----------------------------------------------------------------------------
  29. #                      WHERE TO PUT THIS FILE
  30. #
  31. # Du.hist will be looked for FIRST in current directory then in S: and the
  32. # first one found will be used. If neither found, the program will initialize
  33. # all histories as empty ("").  REMEMBER, a file in the current directory
  34. # will take presidence over s:Du.hist
  35. #----------------------------------------------------------------------------
  36. #                    REPLACING Du.hist AT STARTUP
  37. #
  38. #  If started from the CLI, you may add a single argument to the line, and
  39. #  the program will attempt to use it as a history file name.  If that file
  40. #  does not exist either in the current directory, or in S:, the program
  41. #  will NOT try to read any history file (i.e. it will NOT revert to Du.hist)
  42. ;
  43. ;
  44. ;      MISCELLANEOUS - READING A NEW Du.hist "ON-THE-FLY".
  45. ;
  46. ; ANY file can be read from within the program as a Du.hist file.
  47. ;   Put the name of the file in the "R" gadget WITHOUT A LEADING #, and click
  48. ;   the RIGHT mousebutton on the "R"  beside the gadget.  The file will be
  49. ;   read like Du.hist. Only as many "R" items as are in the new file will be
  50. ;   replaced. Any beyond that will be unchanged. Also, the #A command will
  51. ;   not be useful from this mode.
  52. ;
  53. #      MISCELLANEOUS - USING REPLACEMENT COMMANDS "ON-THE-FLY".
  54. #
  55. # YOU MAY CHANGE any of the # commands (except #A) from within the program).
  56. #   Put the complete command (including the # or ;) in the "R" gadget and
  57. #   click the RIGHT mousebutton on "R".  The program will read that line as
  58. #   though it were a command (easy change of Showname, Editor, Devices, etc).
  59. # EOF============================EOF
  60.